SendSMS
Definition:
SendSMS(telnum, message)
Description:
Send an SMS text message.
Platforms:
Android, iOS, Windows Universal
Parameters:
telnum - required
Phone number to send message to.
message - required
Message text.
Returns:
nothing
Notes:
On Android devices the message will be sent automatically without notifying the user.
On Apple devices, the default messaging client will be opened and display the message. The user will need to press Send to transmit the message.
On Windows Universal Platforms, the default messaging client will be opened and display the message. The user will need to press Send to transmit the message.
On Windows desktops or tablets, this Method will be ignored.
If required, however, in multi-platform apps you can use the GetDeviceType Method to determine what type of device the Script is running on and program around devices which don't support this Method.